Click or drag to resize

PresenceDescriptionParse Method

Converts the specified string representation of a presence description to its PresenceDescription equivalent.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static PresenceDescription Parse(
	string presenceDescription
)

Parameters

presenceDescription
Type: SystemString
A string containing a presence description to convert.

Return Value

Type: PresenceDescription
A PresenceDescription equivalent contained in the presenceDescription parameter.
See Also